From: Emmanuele Bassi Date: Sun, 11 Feb 2018 15:07:24 +0000 (+0000) Subject: docs: Properly deprecate gdk_keymap_get_default() X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=299a91bd46a1970f33ffcd2f3fad2894b3f762dd;p=gtk%2B3.0.git docs: Properly deprecate gdk_keymap_get_default() We're using a compiler annotation, but there's no deprecation notice in the gtk-doc stanza. --- diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index 467e063ad5..27e8f8bebf 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -277,6 +277,8 @@ gdk_keyval_is_lower (guint keyval) * Returns the #GdkKeymap attached to the default display. * * Returns: (transfer none): the #GdkKeymap attached to the default display. + * + * Deprecated: 3.22: Use gdk_keymap_get_for_display() instead */ GdkKeymap* gdk_keymap_get_default (void)